Skip to content

Migrate Classic Remix Compiler to Remix Vite using esbuild#905

Closed
uday-rana wants to merge 25 commits intomainfrom
remix-vite-esbuild
Closed

Migrate Classic Remix Compiler to Remix Vite using esbuild#905
uday-rana wants to merge 25 commits intomainfrom
remix-vite-esbuild

Conversation

@uday-rana
Copy link
Member

@uday-rana uday-rana commented Apr 10, 2025

Follow-up on #843

@uday-rana
Copy link
Member Author

uday-rana commented Apr 10, 2025

E2E tests are failing. The error looks similar to the one in #895:

The error in this PR:

Failed to reload certificate 2 from DB, rethrowing error as Unrecoverable
Invalid `prisma.certificate.findUniqueOrThrow()` invocation:


An operation failed because it depends on one or more records that were required but not found. Expected a record, found none. {"clientVersion":"6.5.0","code":"P2025","meta":{"cause":"Expected a record, found none.","modelName":"Certificate"},"name":"PrismaClientKnownRequestError","stack":"PrismaClientKnownRequestError: \nInvalid `prisma.certificate.findUniqueOrThrow()` invocation:\n\n\nAn operation failed because it depends on one or more records that were required but not found. Expected a record, found none.\n    at Wn.handleRequestError (/home/runner/work/starchart/starchart/build/server.js:137277:17)\n    at Wn.handleAndLogRequestError (/home/runner/work/starchart/starchart/build/server.js:137263:16)\n    at Wn.request (/home/runner/work/starchart/starchart/build/server.js:137254:16)\n    at async l3 (/home/runner/work/starchart/starchart/build/server.js:137663:22)\n    at async import_bullmq3.Worker.connection [as processFn] (/home/runner/work/starchart/starchart/build/index.js:3795:26)\n    at async /home/runner/work/starchart/starchart/node_modules/bullmq/dist/cjs/classes/worker.js:517:32\n    at async Worker.retryIfFailed (/home/runner/work/starchart/starchart/node_modules/bullmq/dist/cjs/classes/worker.js:742:24)"}

The error in #895:

Failed to reload certificate 7 from DB, rethrowing error as Unrecoverable 
Invalid `prisma.certificate.findUniqueOrThrow()` invocation:


An operation failed because it depends on one or more records that were required but not found. Expected a record, found none. {"clientVersion":"6.5.0","code":"P2025","meta":{"cause":"Expected a record, found none.","modelName":"Certificate"},"name":"PrismaClientKnownRequestError","stack":"PrismaClientKnownRequestError: \nInvalid `prisma.certificate.findUniqueOrThrow()` invocation:\n\n\nAn operation failed because it depends on one or more records that were required but not found. Expected a record, found none.\n    at Wn.handleRequestError (/home/runner/work/starchart/starchart/build/server.js:137277:17)\n    at Wn.handleAndLogRequestError (/home/runner/work/starchart/starchart/build/server.js:137263:16)\n    at Wn.request (/home/runner/work/starchart/starchart/build/server.js:137254:16)\n    at async l3 (/home/runner/work/starchart/starchart/build/server.js:137663:22)\n    at async import_bullmq3.Worker.connection [as processFn] (/home/runner/work/starchart/starchart/build/index.js:3795:26)\n    at async /home/runner/work/starchart/starchart/node_modules/bullmq/dist/cjs/classes/worker.js:517:32\n    at async Worker.retryIfFailed (/home/runner/work/starchart/starchart/node_modules/bullmq/dist/cjs/classes/worker.js:742:24)"}

@theoforger
Copy link
Contributor

@uday-rana These errors also exist in runs that passed. For example:
https://github.com/DevelopingSpace/starchart/actions/runs/14391098106/job/40358104814

@uday-rana uday-rana closed this May 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants